home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of CD …rtainment & Home Learning
/
Explore the World of CD Entertainment and Home Learning (Magnum Design)(Macworld)(1995).iso
/
*Consumer Demo CD ƒ
/
Home Learning
/
MFIAD
/
DATA
/
Shared.Dir
/
00337_Script_337
< prev
next >
Wrap
Text File
|
1995-06-29
|
454b
|
16 lines
on buttonpush buttonupC, buttondownC
set castlist = [:]
repeat with channel = 1 to 48
setaprop castlist, channel, the castnum of sprite channel
end repeat
set buttonS = getone(castlist, buttonupC)
puppetsprite buttonS, 1
set the castnum of sprite buttonS to buttondownC
updatestage
repeat while the mouseup <>1
end repeat
set the castnum of sprite buttonS to buttonupC
updatestage
puppetsprite buttonS, 0
end